home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 9
/
The PC-SIG Library on CD ROM - Ninth Edition.iso
/
801_900
/
DISK0866
/
DISK0866.ZIP
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-08-28
|
150b
|
13 lines
echo off
if not "%1"=="" goto aa
cls
type readme.doc
goto exit
:aa
cls
if not "%2"=="" goto bb
inst1 %1 a
goto exit
:bb
inst1 %1 %2
:exit